Merged
Conversation
Changes: - docker-library/redmine@1b84bd5: Update to passenger 6.0.5 - docker-library/redmine@6a28a9a: Merge pull request docker-library/redmine#201 from docker-library/github-actions - docker-library/redmine@1746667: Add initial GitHub Actions CI
Diff for 02906fb:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 44cc19a..db29ec7 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -11,7 +11,7 @@ GitCommit: 1dae7ff59aef57ec379bbada0fa01a193fadb847
Directory: 4.0/alpine
Tags: 4.0.7-passenger, 4.0-passenger
-GitCommit: fd5541e76d7f2230484c19a784b8f9ee884559ce
+GitCommit: 1b84bd5a0852d822de8e65d7f2686dc192321677
Directory: 4.0/passenger
Tags: 4.1.1, 4.1, 4, latest
@@ -24,5 +24,5 @@ GitCommit: 1dae7ff59aef57ec379bbada0fa01a193fadb847
Directory: 4.1/alpine
Tags: 4.1.1-passenger, 4.1-passenger, 4-passenger, passenger
-GitCommit: fe32a0b56f5eacae086030de5e0ca19ea026b51b
+GitCommit: 1b84bd5a0852d822de8e65d7f2686dc192321677
Directory: 4.1/passenger
diff --git a/redmine_4.0-passenger/Dockerfile b/redmine_4.0-passenger/Dockerfile
index e2f6b72..ed60f94 100644
--- a/redmine_4.0-passenger/Dockerfile
+++ b/redmine_4.0-passenger/Dockerfile
@@ -1,6 +1,6 @@
FROM redmine:4.0
-ENV PASSENGER_VERSION 6.0.4
+ENV PASSENGER_VERSION 6.0.5
RUN set -eux; \
\
diff --git a/redmine_passenger/Dockerfile b/redmine_passenger/Dockerfile
index ab28ca7..b5f86d0 100644
--- a/redmine_passenger/Dockerfile
+++ b/redmine_passenger/Dockerfile
@@ -1,6 +1,6 @@
FROM redmine:4.1
-ENV PASSENGER_VERSION 6.0.4
+ENV PASSENGER_VERSION 6.0.5
RUN set -eux; \
\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: